home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / ver_cont / cvs-1.8 / cvs-1 / cvs-1.8.1 / tools / pcl-cvs / ChangeLog < prev    next >
Encoding:
Text File  |  1996-05-06  |  33.0 KB  |  892 lines

  1. Mon Apr 15 01:34:27 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  2.  
  3.         * Makefile: removed.  Why was this in the repository in the first
  4.         place?
  5.  
  6.         * Makefile.in (BATCHFLAGS): don't pass -q to Emacs when compiling,
  7.         because Emacs probably can't find Elib's cookie.el[c] if we do
  8.         that.  (Actually, it still can't, but that may be due to a bug in
  9.         Emacs).
  10.  
  11.         * INSTALL: reflect changed location of elib in the CVS dist.
  12.  
  13. Sun Apr 14 12:18:12 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  14.  
  15.         * pcl-cvs.el (cookie): Changed "(load \"cookie\")" to
  16.         "(require 'cookie)", since elib is now included again.
  17.         Moved "(provide 'pcl-cvs)" to the end of the file, so it's not
  18.         provided if the package didn't load successfully.
  19.  
  20.         * Makefile.in (subdir): tools/pcl-cvs now, not contrib/pcl-cvs.
  21.         (BATCHFLAGS): removed "-n" from BATCHFLAGS.  Emacs 19.30 does not
  22.         know about this flag.
  23.         (OBJDIR_DISTFILES): don't include .elc files here, add comment
  24.         explaining why.
  25.  
  26. Thu Apr 11 20:22:34 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  27.  
  28.         * pcl-cvs.el (cvs-mode-map): conform to Emacs 19 keybinding
  29.         conventions by not binding any regular letters under C-c.
  30.  
  31. Fri Feb  9 14:29:07 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  32.  
  33.     * Makefile.in (mostlyclean clean realclean): Remove 'realclean'
  34.     from this target list; it's already defined later in the file.
  35.  
  36. Tue Jan 23 13:02:24 1996  Greg A. Woods  <woods@most.weird.com>
  37.  
  38.     * pcl-cvs.el (pcl-cvs-bugs-address): change the default address
  39.     as suggested by Per Cederqvist.
  40.     * pcl-cvs.el: removed comments refering to Signum, etc.
  41.  
  42. Sun Jan 21 12:51:12 1996  Greg A. Woods  <woods@most.weird.com>
  43.  
  44.     * pcl-cvs.el (cvs-parse-stderr): fix typo (missing '\') that was
  45.     causing occasional un-reported, un-traced, failures that simply
  46.     said something like "RE missing '\(' or '\\('" -- hopefully this
  47.     is the last such bug!
  48.  
  49. Tue Jan 16 13:57:16 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  50.  
  51.     * Makefile.in: Rename "dist" target back to "dist-dir".  The
  52.     latter is what actually gets used.
  53.     (pcl-cvs.dvi): Restore srcdir to pcl-cvs.texinfo.  Fix typo
  54.     (pcl-cvs.texifo -> pcl-cvs.texinfo).
  55.     (TEXINDEX,TEX,SET_TEXINPUTS): New variables.
  56.     (.el.elc): Copy .el file to build dir so .elc file gets put there.
  57.     (dist-dir): Fix typo (cvs.info -> pcl-cvs.info).
  58.     * cookie.el: New file, copied from elib 1.0.
  59.     * README: Remove note about requiring elib; it claimed that CVS
  60.     contained a copy of elib, but it lied.
  61.     * pcl-cvs.el: Change (require 'cookie) to (load "cookie.el").
  62.     * pcl-cvs-lucid.el: Change (require 'pcl-cvs) to (load "pcl-cvs.el").
  63.  
  64. Fri Jan 12 10:32:14 1996  Greg A. Woods  <woods@most.weird.com>
  65.  
  66.     * pcl-cvs.elc, pcl-cvs-lucid.elc: removed
  67.  
  68.     * pcl-cvs.el: run through the spell checker...
  69.     - noted some free variables in comments
  70.     (cvs-inhibit-copyright-message): move this above
  71.     cvs-startup-message to keep the compiler quiet
  72.  
  73.     * compile-all.el: removed (use make for dependency checking!)
  74.  
  75.     * Makefile.in: tweak various comments and echo messages...
  76.     (elcfiles): removed this target.
  77.     (.SUFFIXES, .el.elc): added support for elisp files.
  78.     (CORE): new macro -- list of files all .elc depend on [still empty]
  79.     (BATCHFLAGS): new macro -- flags to pass to emacs
  80.     (OBJDIR_DISTFILES): added ELCFILES to be shipped in distribution
  81.  
  82.     * README: fix the RCS Id.
  83.  
  84.     * INSTALL: re-copy formatted makeinfo output from pcl-cvs.info,
  85.     just to keep everything in proper synchronisation.
  86.  
  87.     * pcl-cvs.texinfo (Pcl-cvs installation): update to match Karl's
  88.     new wording from INSTALL.
  89.  
  90. Wed Jan 10 22:04:35 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  91.  
  92.         * INSTALL: make first item read a little more smoothly.
  93.  
  94.         * README: note that pcl-cvs has been tested under 19.30.
  95.  
  96. Wed Jan 10 17:59:00 1996  Greg A. Woods  <woods@most.weird.com>
  97.  
  98.     * ChangeLog.woods: these are changes integrated in from my
  99.     own pcl-cvs repository module, and based on the original PCL-CVS
  100.     Version 1.05 release.  They include most, if not all, of the
  101.     changes from the Cygnus and Cyclic CVS contrib versions of
  102.     PCL-CVS (i.e. the changes noted below).
  103.  
  104. Sat Dec 30 15:01:45 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  105.  
  106.         * pcl-cvs.el (cvs-changelog-ours-p): check that
  107.         `add-log-full-name' and `add-log-mailing-address' are non-nil, in
  108.         addition to checking that they are boundp.
  109.         
  110. Thu Dec 21 16:45:48 1995  Karl Fogel  <kfogel@occs.cs.oberlin.edu>
  111.  
  112.         * pcl-cvs.el (cvs-parse-stderr): ignore kerberos connection
  113.         failure, since CVS will automatically try rsh next.  I think this
  114.         is okay because if a person needs to know that kerberos failed,
  115.         then chances are the rsh failed too, and *that* error message will
  116.         clue them in that something's afoot.
  117.  
  118. Wed Nov 22 11:01:50 1995  Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
  119.  
  120.         * pcl-cvs.el (cvs-changelog-ours-p): use `user-full-name' if
  121.         `add-log-full-name' unbound, as not every uses the stuff in
  122.         add-log.el.  Same with `add-log-mailing-address'.
  123.         (cvs-changelog-entries): change to `change-log-mode' unless
  124.         already in it.
  125.  
  126. Sun Jul  9 20:57:11 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  127.  
  128.         * "/bin/rmdir" as default, not "/usr/local/bin/rmdir".
  129.  
  130. Fri Jun 16 15:24:34 1995  Jim Kingdon  (kingdon@cyclic.com)
  131.  
  132.     * pcl-cvs.elc, pcl-cvs-lucid.elc: Added.
  133.  
  134.     * Makefile.in: Rename from Makefile and set srcdir.
  135.  
  136. Thu May 18 17:10:27 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  137.  
  138.         Automatically guess CVS log entries from ChangeLog contents.
  139.     * pcl-cvs.el (cvs-mode-changelog-commit): New command.
  140.     (cvs-changelog-full-paragraphs): New variable.
  141.     (cvs-changelog-name, cvs-narrow-changelog,
  142.     cvs-changelog-paragraph, cvs-changelog-subparagraph,
  143.     cvs-changelog-entry, cvs-changelog-ours-p, cvs-relative-path,
  144.     cvs-changelog-entries, cvs-changelog-insert-entries, cvs-union,
  145.     cvs-insert-changelog-entries, cvs-edit-delete-common-indentation):
  146.     New functions.
  147.     (cvs-mode-map): Bind 'C' to cvs-mode-changelog-commit.
  148.     (cvs-mode): Mention cvs-mode-changelog-commit in docstring.
  149.  
  150.         Give the info files names ending in ".info".
  151.     * Makefile (INFOFILES, install_info): Change pcl-cvs to
  152.     pcl-cvs.info.
  153.     (pcl-cvs.info): Target renamed from pcl-cvs.
  154.     (DISTFILES): pcl-cvs removed; we handle the info files explicitly
  155.     in the dist-dir target.
  156.     (dist-dir): Depend on pcl-cvs.info.  Distribute pcl-cvs.info*.
  157.     * pcl-cvs.texinfo: Change @setfilename appropriately.
  158.     * INSTALL: Updated.
  159.     * .cvsignore: Correctly ignore the info files.
  160.  
  161.     * README: Note that pcl-cvs has been tested under 19.28, and that
  162.     the "cookie" naming conflict was resolved in 19.11.
  163.  
  164.     * Makefile (pcl-cvs-lucid.elc): Changed this target from
  165.     pcl-cvs-lucid.el.  That's a source file, for goodness' sake!
  166.  
  167. Tue May  9 13:56:50 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  168.  
  169.     * Change references to "Cygnus's remote CVS" to "Cyclic CVS".
  170.  
  171. Wed May  3 13:55:27 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  172.  
  173.     * pcl-cvs.el (cvs-parse-stderr): Handle colons after both
  174.     "rcsmerge" and "warning".
  175.  
  176. Fri Apr 28 22:38:14 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  177.  
  178.         * Makefile (ELFILES): Include pcl-cvs-startup.el.
  179.     (info, pcl-cvs): Call makeinfo appropriately for modern versions.
  180.     (pcl-cvs.aux): List dependency on pcl-cvs.texinfo.
  181.     (pcl-cvs.ps): New target.
  182.     (DVIPS): New variable.
  183.     (dist-dir): Renamed from dist, updated to accept DISTDIR value
  184.     passed from parent.
  185.     (DISTFILES): New varible.
  186.     (pcl-cvs.elc, pcl-cvs-lucid.elc): Add targets to elcfiles target.
  187.  
  188. Tue Apr 25 21:33:49 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  189.  
  190.     * pcl-cvs.el: (cvs-parse-stderr): Recognize "conflicts" as well as
  191.     "overlaps" before "during merge."
  192.  
  193. Thu Feb 16 12:17:20 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  194.  
  195.     * pcl-cvs.el (cvs-parse-stderr): Recognize "conflicts found in..."
  196.     messages attributed to "cvs server", as well as "cvs update".
  197.  
  198. Sat Feb  4 01:47:01 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  199.  
  200.     * pcl-cvs.el: Deal with the 'P' action, produced by remote CVS.
  201.     (cvs-parse-stdout): Treat 'P' like 'U' --- file is updated.
  202.  
  203. Tue Jan 31 23:31:39 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  204.  
  205.     * pcl-cvs.el (cvs-cvsroot-required): New variable.
  206.     (cvs-do-update): If cvs-cvsroot-required is not set, don't complain if
  207.     CVSROOT and cvs-cvsroot are both unset.
  208.  
  209. Sun Jan 22 21:22:22 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  210.  
  211.     * pcl-cvs.el (cvs-parse-stderr):
  212.     Some changes for Cygnus's Remote CVS.  Treat
  213.     messages like "cvs server: Updating DIRECTORY" as we treat those like
  214.     "cvs update: Updating DIRECTORY".  Ignore other messages starting with
  215.     "cvs server".
  216.  
  217.     * pcl-cvs.el (cvs-parse-stderr): Re-indent.
  218.  
  219.     * .cvsignore: Add ignore list for Texinfo litter.
  220.  
  221.     * Makefile (lispdir): Set appropriately for totoro.
  222.     * pcl-cvs.el (cvs-program, cvs-diff-program, cvs-rmdir-program): Same.
  223.  
  224. Tue Jun  1 00:00:03 1993  Per Cederqvist  (ceder@lysator.liu.se)
  225.  
  226.     * Release 1.05. (This release was promised before the end of May,
  227.     but I didn't quite make it.  No, I didn't fake the date above).
  228.  
  229. Mon May 31 01:32:25 1993  Per Cederqvist  (ceder@lysator.liu.se)
  230.  
  231.     * Removed the elib sub-directory. Users must now get the Elib
  232.     library separately.
  233.     * pcl-cvs.texinfo: Document it.
  234.  
  235.     * pcl-cvs-lucid.el: A new version, supplied by Jamie Zawinsky,
  236.     added.
  237.  
  238.     * pcl-cvs Id 68: Transform RCS keywords
  239.     * Makefile (pcl-cvs-$(VER)): Remove the $ signs in most files in
  240.     the distribution.
  241.  
  242.     * pcl-cvs Id 76: Extra " in cvs-mode-add.
  243.     * pcl-cvs.el (cvs-mode-add): Don't add the extra level of quotes
  244.     around the log message, since it doesn't work with CVS.
  245.  
  246.     * pcl-cvs Id 56: '-d <CVSROOT>' support in pcl-cvs
  247.     * pcl-cvs.el (cvs-change-cvsroot): New function.
  248.  
  249.     * pcl-cvs Id 77: *cvs* isn't cleared properly
  250.     * pcl-cvs.el (cvs-do-update): Always erase the *cvs* buffer and
  251.     re-create the collection.
  252.  
  253.     * pcl-cvs.el (cvs-do-update): Set mode-line-process in the *cvs*
  254.     buffer.
  255.     * pcl-cvs.el (cvs-mode): Reset mode-line-process.
  256.  
  257.     * pcl-cvs Id 59: sort .cvsignore alphabetically!
  258.     * pcl-cvs.el (cvs-sort-ignore-file): New variable.
  259.     * pcl-cvs.el (cvs-mode-ignore): Use it.
  260.     * pcl-cvs.texinfo: Document it.
  261.  
  262.     * pcl-cvs Id 75: Require final newline.
  263.     * pcl-cvs.el (cvs-commit-buffer-require-final-newline): New
  264.     variable.
  265.     * pcl-cvs.el (cvs-edit-done): Use it.
  266.     * pcl-cvs.texinfo: Document it.
  267.  
  268.     * pcl-cvs Id 72: make clean deletes lucid-emacs.el
  269.     * dist-makefile (ELCFILES): Fixed a typo.
  270.  
  271.     * pcl-cvs Id 46: "cvs remove f" "touch f" "cvs update f" -> parse err.
  272.     * pcl-cvs.el (cvs-fileinfo->type): New type: REM-EXIST.
  273.     * pcl-cvs.el (cvs-shadow-entry-p): A REMOVED that follows a
  274.     REM-EXIST is a shadow.
  275.     * pcl-cvs.el (cvs-parse-stderr): Recognize the "should be removed
  276.     and is still there" message.
  277.     * pcl-cvs.el (cvs-pp): Recognize REM-EXIST.
  278.     * pcl-cvs.el (cvs-mode-undo-local-changes): Recognize and complain
  279.     about REM-EXIST.  Defensive test added: complain about unknown types.
  280.  
  281.     * pcl-cvs.el (cvs-mode-add): Add an extra level of quotes around
  282.     the log message. This is apparently needed by RCVS. <This change
  283.     has been removed. --ceder>.
  284.  
  285.     * pcl-cvs.el (cvs-parse-stderr): Ignore output from RCVS.
  286.  
  287. Tue Apr 27 00:48:40 1993  Per Cederqvist  (ceder@lysator.liu.se)
  288.  
  289.     * pcl-cvs.el (cvs-startup-message): Now a defconst instead of a
  290.     defvar.
  291.     * pcl-cvs.el (cvs-mode-commit): Add a defvar for it.
  292.  
  293.     * dist-makefile (EMACS): Use $(EMACS) instead of hard-coding 'emacs'.
  294.  
  295. Sat Apr 17 12:47:10 1993  Per Cederqvist  (ceder@lysator.liu.se)
  296.  
  297.     * Release 1.04.
  298.  
  299.     * pcl-cvs.texinfo: Updated the Contributors node.
  300.  
  301.     * pcl-cvs Id 58: Lucid GNU Emacs support
  302.     * pcl-cvs-lucid.el: New file, contributed by the people at Lucid.
  303.     * pcl-cvs.el: Autoload pcl-cvs-lucid if running in an Lucid GNU
  304.     Emacs.
  305.     * compile-all.el: (files-to-compile): Add pcl-cvs-lucid.
  306.     * dist-makefile (ELFILES, ELCFILES): Dito.
  307.  
  308.     * pcl-cvs Id 55: cvs-diff-backup swaps old and new version.
  309.     * pcl-cvs.el (cvs-diff-backup-extractor): Old version should be
  310.     first.
  311.     * pcl-cvs.el (cvs-mode-diff-backup): Call cvs-backup-diffable
  312.     correctly.
  313.  
  314.     * pcl-cvs Id 64: elib substitute
  315.     * dist-makefile (install): Warn about Elib.
  316.     * pcl-cvs.texinfo: Talk about Elib.
  317.  
  318.     * pcl-cvs Id 50: Committing the *commit* buffer twice.
  319.     * pcl-cvs.el (cvs-edit-done): Report an error if cvs-commit-list
  320.     is empty, and empty it when the commit is done.
  321.  
  322.     * pcl-cvs Id 56: '-d <CVSROOT>' support.
  323.     * pcl-cvs.el (cvs-cvsroot): New variable.
  324.     * pcl-cvs.el (cvs-do-update, all callers of cvs-execute-list): Use
  325.     it everywhere CVS is called, to override CVSROOT.
  326.     * pcl-cvs.texinfo (Customization): Document it.
  327.  
  328. Thu Apr  1 00:34:55 1993  Per Cederqvist  (ceder@lysator.liu.se)
  329.  
  330.     * pcl-cvs.el (cvs-retrieve-revision-to-tmpfile): Exit status nil
  331.       from call-process means everything was successful in some Emacs
  332.       versions.
  333.  
  334.     * pcl-cvs.el (cvs-mode-map): Bind "q" to bury-buffer.
  335.     * pcl-cvs.texinfo: Document it.
  336.  
  337. Thu Mar 11 00:05:03 1993  Per Cederqvist  (ceder@lysator.liu.se)
  338.  
  339.     * Release 1.03-Emerge (not released).
  340.  
  341.     * Makefile (pcl-cvs-$(VER)): Don't includ elib-dll-debug.el in the
  342.       distribution. (It's included as elib/dll-debug.el).
  343.  
  344.     * pcl-cvs.el (cvs-mode): Document the "e" key (cvs-mode-emerge).
  345.  
  346. Tue Mar  9 00:02:57 1993  Per Cederqvist  (ceder@lysator.liu.se)
  347.  
  348.     * pcl-cvs.texinfo (Emerge): New node.
  349.  
  350.     * pcl-cvs.el (cvs-kill-buffer-visiting): New function.
  351.  
  352.     * pcl-cvs.el (cvs-mode-emerge): Handle Conflict and Merged files.
  353.  
  354.     * pcl-cvs.el (cvs-retrieve-revision-to-tmpfile): Handle any revision.
  355.  
  356.     * pcl-cvs.el (cvs-fileinfo-*): Store base-revision instead of
  357.       backup-file.
  358.  
  359.     * pcl-cvs.el (cvs-backup-diffable): The file is only diffable if
  360.       the backup file is readable.
  361.  
  362.     * pcl-cvs.el (cvs-mode-map): Bind "e" to cvs-mode-emerge instead
  363.       of cvs-mode-find-file (which is anyhow bound to "f").
  364.  
  365. Mon Mar  8 23:06:52 1993  Per Cederqvist  (ceder@lysator.liu.se)
  366.  
  367.     * pcl-cvs.el (cvs-mode-emerge): New function. Currently only
  368.       handles emerge of Modified files.
  369.  
  370.     * pcl-cvs.el (cvs-retrieve-revision-to-tmpfile): New function.
  371.  
  372. Sun Jan 24 20:07:18 1993  Per Cederqvist  (ceder@lysator.liu.se)
  373.  
  374.     * elib-dll-debug.el: Moved to elib.
  375.  
  376. Mon Jan 18 00:35:59 1993  Per Cederqvist  (ceder@mauritz)
  377.  
  378.      * pcl-cvs.el (cvs-do-update): Added a probably unnecessary sit-for.
  379.  
  380.     * Release 1.03-Elib-0.05.1 (not released).
  381.  
  382.         * Elib 0.05 compatibility:
  383.     * elib-dll-debug.el, pcl-cvs-buffer.el, test-dll.el: Fix the
  384.       require strings.
  385.     * pcl-cvs.el (cvs-pp): Insert the string.
  386.  
  387.     * Release 1.03-Elib-0.05 (not released).
  388.  
  389.     * elib: New directory, containing the parts of elib that are
  390.       required for pcl-cvs. Changes to the files in that directory
  391.       that are present in Elib are documented in the ChangeLog of
  392.       Elib, not here.
  393.     * Makefile (pcl-cvs-$(VER)): Copy the new dir to the distribution.
  394.     * dist-makefile (ELFILES, ELCFILES): Don't include the Elib files.
  395.  
  396. Fri Jan  8 02:43:49 1993  Per Cederqvist  (ceder@konrad)
  397.  
  398.     * pcl-cvs.el (cvs-mode-map): Bind "e" to cvs-mode-find-file, like
  399.     in dired.
  400.  
  401. Sun Jan  3 23:25:13 1993  Per Cederqvist  (ceder@konrad)
  402.  
  403.     * elib-dll.el, elib-node.el, cookie.el: Moved to the elib package.
  404.       Pcl-cvs now requires elib.
  405.  
  406. Tue Dec 29 22:06:57 1992  Per Cederqvist  (ceder@konrad)
  407.  
  408.     * pcl-cvs.el: Tracked the latest (last?) rename of all functions
  409.       in cookie.el.
  410.  
  411. Thu Sep 24 00:29:16 1992  Per Cederqvist  (ceder@robert)
  412.  
  413.     * pcl-cvs.texinfo (Archives): This version is not distributed with
  414.     CVS 1.3, so don't claim that it is.
  415.  
  416. Fri Aug 21 15:17:08 1992  Per Cederqvist  (ceder@maskros)
  417.  
  418.     * pcl-cvs.el (cvs-parse-stderr): Fixed two "(set head" that should
  419.     be "(setq head".
  420.  
  421. Thu Aug 20 05:53:58 1992  Per Cederqvist  (ceder@robin)
  422.  
  423.     * cookie.el: Changes to this file is documented in the ChangeLog
  424.       of elib in the future.
  425.  
  426. Tue Aug 18 03:30:28 1992  Per Cederqvist  (ceder@robin)
  427.  
  428.     * pcl-cvs.el: Don't use cookie-last-tin (which no longer exists).
  429.  
  430.     * cookie.el: Use prefix cookie:: for internal functions.
  431.  
  432.     * cookie.el: (cookie:enter-after, cookie:enter-before,
  433.     cookie:nth-cookie): Implemented.
  434.     * cookie.el: No longer define (impl).
  435.  
  436.     * cookie.el: More renames:
  437.       cookie:next-cookie     -> cookie:goto-next-tin
  438.       cookie:previous-cookie -> cookie:goto-previous-tin
  439.       tin-next         -> cookie:next-tin
  440.       tin-previous         -> cookie:previous-tin
  441.       tin-nth         -> cookie:nth-tin
  442.       tin-delete         -> cookie:delete-tin
  443.       cookie:collect     -> cookie:collect-cookies
  444.       cookie:tin-collect     -> cookie:collect-tins
  445.       (new)             -> cookie:tin-collect-cookies
  446.       (new)             -> cookie:tin-collect-tins
  447.       cookie:refresh     -> cookie:refresh-all
  448.       tin-invalidate-tins     -> cookie:invalidate-tins
  449.  
  450. Mon Aug 17 01:39:49 1992  Per Cederqvist  (ceder@robin)
  451.  
  452.     * cookie.el (cookie:set-buffer-bind-dll-let*): New macro. Used in
  453.     many places instead of cookie:set-buffer-bind-dll.
  454.     * cookie.el (cookie:set-buffer-bind-dll): Renamed the macro
  455.     cookie:set-buffer to this.
  456.  
  457.     * pcl-cvs.el (cvs-use-temp-buffer): Set default-directory.
  458.  
  459. Sun Aug 16 20:51:30 1992  Per Cederqvist  (ceder@robin)
  460.  
  461.     * pcl-cvs.el (cvs-add-sub): Fixed call to cvs-add-file-update-buffer.
  462.  
  463. Sat Aug  8 20:28:21 1992  Per Cederqvist  (ceder@robin)
  464.  
  465.     * Release 1.03-Cookie-II (not released).
  466.  
  467.     * pcl-cvs.el (cvs-mode-diff-cvs): Don't care about the exit status
  468.     from ``cvs diff''.
  469.  
  470.     * pcl-cvs.el (cvs-mode): Document cvs-mode-undo-local-changes.
  471.     * pcl-cvs.el (cvs-diffable): New function.
  472.  
  473.     * pcl-cvs.el: Use the new cookie package.
  474.     * pcl-cvs.el (cvs-cookie-handle): New variable.
  475.     * pcl-cvs.el (cvs-do-update): User the new cookie:create
  476.     interface, and cookie:clear if the buffer already existed. Make
  477.     the buffer read-only.
  478.     * pcl-cvs.el (cvs-mode-next-line, cvs-mode-previous-line): New
  479.     functions (used instead of cookie:next-cookie and
  480.     cookie:previous-cookie).
  481.  
  482.     * cookie.el: Major redesign. The handle that is passed to all
  483.     cookie functions is now a new datatype, and not the buffer that
  484.     the cookies resides in. This way it is possible to have more than
  485.     one set of cookies in a buffer. Things that used to be
  486.     buffer-local variables are now fields in the handle data type.
  487.     cookie-last-tin is no longer available.
  488.     * cookie.el (cookie:create): The buffer is not cleared, nor set to
  489.     be read-only.
  490.     * cookie.el (cookie:next-cookie, cookie:previous-cookie): Since
  491.     the first argument is now a handle and not a buffer, these can no
  492.     longer be called interactively. You have to write a small wrapper
  493.     about them.
  494.     * cookie.el (cookie:buffer): New function.
  495.  
  496. Tue Aug  4 03:02:25 1992  Per Cederqvist  (ceder@robert)
  497.  
  498.     * pcl-cvs.texinfo (Bugs): Renamed "Reporting bugs and ideas" to
  499.     "Bugs" and added a table of known bugs/FAQ:s.
  500.  
  501. Mon Aug  3 00:19:39 1992  Per Cederqvist  (ceder@robert)
  502.  
  503.     * pcl-cvs.el, pcl-cvs.texinfo: Big Renaming Time!
  504.       The commands that operate in the *cvs* buffer:
  505.           cvs-add-change-log-entry-other-window  -> cvs-mode-add-change-log-entry-other-window
  506.               cvs-mark-all-files          -> cvs-mode-mark-all-files
  507.           cvs-revert-updated-buffers -> cvs-mode-revert-updated-buffers
  508.           cvs-undo-local-changes     -> cvs-mode-undo-local-changes
  509.           cvs-unmark-up         -> cvs-mode-unmark-up
  510.           cvs-acknowledge         -> cvs-mode-acknowledge
  511.           cvs-unmark-all-files     -> cvs-mode-unmark-all-files
  512.           cvs-add             -> cvs-mode-add
  513.           cvs-diff-backup         -> cvs-mode-diff-backup
  514.           cvs-commit         -> cvs-mode-commit
  515.           cvs-diff-cvs         -> cvs-mode-diff-cvs
  516.           cvs-find-file         -> cvs-mode-find-file
  517.           cvs-update-no-prompt     -> cvs-mode-update-no-prompt
  518.           cvs-ignore         -> cvs-mode-ignore
  519.           cvs-log             -> cvs-mode-log
  520.           cvs-mark             -> cvs-mode-mark
  521.           cvs-find-file-other-window -> cvs-mode-find-file-other-window
  522.           cvs-remove-file         -> cvs-mode-remove-file
  523.           cvs-status         -> cvs-mode-status
  524.           cvs-remove-handled     -> cvs-mode-remove-handled
  525.           cvs-unmark         -> cvs-mode-unmark
  526.  
  527.     * pcl-cvs.el (cvs-cvs-diff-flags): Variable deleted.
  528.     * pcl-cvs.el (cvs-diff-cvs): Use cvs-diff-flags instead.
  529.     * pcl-cvs.texinfo (Customization): Update the doc.
  530.  
  531.     * pcl-cvs.el (cvs-diff-cvs): Handle exit status 0 (no diffs), 1
  532.     (diffs) and other (error).
  533.     * pcl-cvs.el (cvs-execute-list): Add support for this kind of
  534.     thing.
  535.  
  536.     * Revert buffers for committed files:
  537.     * pcl-cvs.el (cvs-auto-revert-after-commit): New variable.
  538.     * pcl-cvs.texinfo (Committing changes, Customization): Document
  539.     it.
  540.     * pcl-cvs.el (cvs-after-commit-function): New function.
  541.  
  542.     * pcl-cvs.el (cvs-execute-list): Return the exit status or nil.
  543.     * pcl-cvs.el (cvs-edit-done, cvs-diff-cvs, cvs-remove-file,
  544.     cvs-undo-local-changes, cvs-add, cvs-status, cvs-log): Use the
  545.     exit status to generate an error message.
  546.  
  547.  
  548.     * pcl-cvs.el (cvs-do-update): It should be "cvs -n update -l", not
  549.     "cvs -l update -n". Put the -n and/or -l in the message that is
  550.     displayed in the *cvs* buffer during the update.
  551.  
  552. Sat Aug  1 00:55:49 1992  Per Cederqvist  (ceder@robert)
  553.  
  554.     * cookie.el (cookie-sort): New function.
  555.  
  556.     * cookie.el (cookie-clear): Rewritten. No longer clears all local
  557.     variables.
  558.  
  559. Tue Jul 28 17:21:17 1992  Per Cederqvist  (ceder@robin)
  560.  
  561.     * pcl-cvs.el (cvs-parse-stderr): Try to handle the output from RCS
  562.     when it is compiled without DIFF3_BIN and a conflict occurs.
  563.  
  564.     * pcl-cvs.texinfo (Getting Started): Fixed typo.
  565.  
  566.     * pcl-cvs-startup.el (cvs-update-other-window): Make the autoload
  567.     be interactive.
  568.  
  569. Mon Jul 27 19:36:40 1992  Per Cederqvist  (ceder@robin)
  570.  
  571.     * pcl-cvs.el (cvs-revert-updated-buffers, cvs-revert-fileinfo):
  572.     New functions.
  573.     * pcl-cvs.texinfo (Reverting your buffers): Document it.
  574.  
  575.     * pcl-cvs.el (cvs-fileinfo->full-path): New function.
  576.     * pcl-cvs.el (cvs-full-path): Use it.
  577.  
  578.     * cookie.el (cookie-map, cookie-map-reverse): Better doc-
  579.     string. Removed the unused local variable 'result'.
  580.  
  581.     * compile-all.el: Renamed elib-files to files-to-compare.
  582.     * compile-all.el (compile-pcl-cvs): Bind load-path in a let
  583.     statement instead of globally.
  584.  
  585. Thu Jul 23 19:02:41 1992  Per Cederqvist  (ceder@robin)
  586.  
  587.     * pcl-cvs.el (cvs-do-update): Check that CVSROOT is set.
  588.     * pcl-cvs.el (cvs-diff-cvs): Check that cvs-cvs-diff-flags is a
  589.     list.
  590.     * pcl-cvs.el (cvs-diff-backup): Check that cvs-diff-flags is a
  591.     list.
  592.  
  593. Tue Jul 21 11:27:39 1992  Per Cederqvist  (ceder@robin)
  594.  
  595.     * pcl-cvs.el (cvs-parse-error): Make the *cvs* buffer writeable
  596.     before trying to write the email message. Require sendmail before
  597.     trying to switch to mail-mode.
  598.  
  599.     * pcl-cvs.el (cvs-do-update): Check that cvs-program exists.
  600.  
  601.     * pcl-cvs.el (cvs-skip-line): Fixed bracketing error.
  602.  
  603. Mon Jul 20 10:31:51 1992  Per Cederqvist  (ceder@robin)
  604.  
  605.     * Release 1.03.
  606.  
  607.     * pcl-cvs.el, cookie.el: Indentation fixes.
  608.  
  609.     * Makefile (pcl-cvs-$(VER)): Include NEWS in the distribution.
  610.  
  611.     * pcl-cvs.el (cvs-rm-program): Deleted.
  612.     * pcl-cvs.el (cvs-rmdir-program, cvs-lock-file): New variables.
  613.  
  614.     * Handle lock files in a nicer way:
  615.     * pcl-cvs.el (cvs-update-filter, cvs-delete-lock,
  616.     cvs-lock-file-p): New functions.
  617.     * pcl-cvs.el (cvs-do-update, cvs-sentinel): Redirect stdout to the
  618.     temporary file, not stderr. Use cvs-update-filter.
  619.     * pcl-cvs.el (cvs-parse-update): New arguments.
  620.     * pcl-cvs.el (cvs-parse-buffer): Renamed to cvs-parse-update.
  621.     * pcl-cvs.el (cvs-stderr-file): Renamed to cvs-stdout-file.
  622.     * pcl-cvs.texinfo (Miscellaneous commands, Updating the
  623.     directory): Document cvs-delete-lock.
  624.  
  625.     * pcl-cvs.el (cvs-mode): Don't reset buffer-read-only.
  626.  
  627.     * pcl-cvs.el (cvs-find-file-other-window): Don't save-some-buffers.
  628.  
  629. Thu Jul 16 00:19:58 1992  Per Cederqvist  (ceder@robin)
  630.  
  631.     * pcl-cvs.el, test-cookie-el: Use the new names from cookie.el.
  632.  
  633.     * cookie.el: Big Renaming Time!
  634.       External functions:
  635.           cookie-next               ->  tin-next
  636.           cookie-previous          ->  tin-previous
  637.           cookie-nth          ->  tin-nth
  638.           cookie-delete          ->  tin-delete
  639.           cookie-filter-tins      ->  tin-filter
  640.           cookie-get-selection    ->  tin-get-selection
  641.           cookie-start-marker     ->  tin-start-marker
  642.           cookie-end-marker       ->  tin-end-marker
  643.           cookie-invalidate-tins  ->  tin-invalidate-tins
  644.           cookie-collect-tins     ->  tin-collect
  645.           cookie-collect-cookies  ->  cookie-collect
  646.       Internal functions:
  647.           cookie-create-tin            ->  cookie-create-wrapper
  648.           cookie-tin-start-marker      ->  cookie-wrapper-start-marker
  649.           cookie-tin-cookie-safe       ->  cookie-wrapper-cookie-safe
  650.           cookie-tin-cookie            ->  cookie-wrapper-cookie
  651.           set-cookie-tin-start-marker  ->  cookie-wrapper-set-start-marker
  652.           set-cookie-tin-cookie       ->  cookie-wrapper-set-cookie
  653.           cookie-tin-p           ->  cookie-wrapper-p
  654.           cookie-create-tin-and-insert ->  cookie-create-wrapper-and-insert
  655.  
  656.     * pcl-cvs.el (cvs-find-file, cvs-find-file-other-window): Signal
  657.     an appropriate error message if the *cvs* buffer is empty.
  658.  
  659.     * cookie.el (cookie-create): Make the buffer read-only.
  660.     * cookie.el (cookie-create-tin-and-insert, cookie-refresh,
  661.     cookie-delete-tin-internal, cookie-refresh-tin): Bind
  662.     buffer-read-only to nil while changing the contents of 
  663.     the buffer.
  664.  
  665.     * pcl-cvs.el (cvs-byte-compile-files): New function.
  666.     * pcl-cvs.texinfo (Miscellaneous commands): Document it.
  667.  
  668.     * pcl-cvs.el (cvs-diff-ignore-marks): New variable.
  669.     * pcl-cvs.el (cvs-diff-cvs, cvs-diff-backup): Don't consider
  670.     marked files to be selected if a prefix argument is given XOR the
  671.     variable cvs-diff-ignore-marks is non-nil.
  672.     * pcl-cvs.el (cvs-get-marked): New optional argument `ignore-marks'.
  673.     * pcl-cvs.texinfo (Customization, Viewing differences): Document
  674.     this behaviour.
  675.  
  676.     * pcl-cvs.el (cvs-undo-local-changes): New function.
  677.     * pcl-cvs.texinfo (Undoing changes): Document
  678.     cvs-undo-local-changes.
  679.     * pcl-cvs.el (cvs-mode-map): cvs-unmark-all-files moved from "U"
  680.     to "ESC DEL".  cvs-undo-local-changes bound to "U".
  681.     * pcl-cvs.texinfo (Marking files): Document ESC DEL.
  682.  
  683.     * pcl-cvs.el (cvs-skip-line): New arguments. All callers updated.
  684.     Now calls cvs-parse-error if a parse error occurs.
  685.     * pcl-cvs.el (cvs-parse-error): New function that creates a bug
  686.     report.
  687.     * pcl-cvs.el (cvs-parse-stderr, cvs-parse-stdout): New arguments.
  688.     The only caller (cvs-parse-buffer) updated. Call cvs-parse-error
  689.     in case of parse error.
  690.  
  691.     * pcl-cvs.el (pcl-cvs-version): New variable.
  692.  
  693.     * cookie.el (cookie-create): Kill all local variables in the buffer.
  694.  
  695. Fri Jul 10 11:17:40 1992  Per Cederqvist  (ceder@robin)
  696.  
  697.     * Release 1.03beta1.
  698.  
  699. Thu Jul  9 03:12:00 1992  Per Cederqvist  (ceder@robin)
  700.  
  701.     * pcl-cvs.el (cvs-update-running): New variable.
  702.     * pcl-cvs.el (cvs-do-update): Use it instead of the previous local
  703.     variable cvs-process (that no longer exists).  Make sure that only
  704.     one `cvs update' runs at any given moment.
  705.     * pcl-cvs.el (cvs-sentinel): Reset cvs-update-running when the
  706.     update process exits.
  707.  
  708.     * pcl-cvs.el (cvs-update): Switch to the *cvs* buffer.
  709.     * pcl-cvs.el (cvs-update-other-window): New function.
  710.     * pcl-cvs-startup.el (cvs-update-other-window): Added a autoload
  711.     for it.
  712.     * pcl-cvs.el (cvs-do-update): Don't pop up any buffer in a window
  713.     - let cvs-update or cvs-update-other-window handle that.  Also
  714.     don't kill the *cvs* buffer, but rather insert a "Running cvs..."
  715.     message into it.
  716.     * pcl-cvs.el (cvs-parse-buffer): Don't change the window
  717.     configuration.
  718.  
  719.     * pcl-cvs.el (cvs-create-fileinfo, cvs-pp, cvs-fileninfo->type):
  720.     New type for a fileinfo: MESSAGE.
  721.  
  722.     * pcl-cvs.el (cvs-cvs-buffer): Deleted the variable. Use
  723.     cvs-buffer-name instead. (I no longer have any plans to allow more
  724.     than one cvs update to run at the same time - things only get
  725.     confusing). Changed all places where cvs-cvs-buffer was used.
  726.  
  727.     * pcl-cvs.el: Take care of update programs (the -u option in the
  728.     modules file):
  729.     * pcl-cvs.el (cvs-update-prog-output-skip-regexp): New variable.
  730.     * pcl-cvs.el (cvs-parse-stdout): Skip output from the update
  731.     program (using cvs-update-prog-output-skip-regexp).
  732.     * pcl-cvs.texinfo (Future enhancements): Document that the
  733.     solution is not as good as it should be.
  734.     * pcl-cvs.texinfo (Customization): Document the variable.
  735.  
  736. Wed Jul  8 20:29:44 1992  Per Cederqvist  (ceder@robin)
  737.  
  738.     * pcl-cvs.el (cvs-do-update): Check that this-dir really exists
  739.     and is a directory, and that this-dir/CVS exists and is a
  740.     directory.
  741.  
  742. Tue Jul  7 01:02:24 1992  Per Cederqvist  (ceder@robin)
  743.  
  744.     * pcl-cvs.texinfo (Customization): Document TMPDIR.
  745.  
  746.     * This chunk of modifications should make it possible to run
  747.     pcl-cvs on hosts that do not line-buffer stdout (such as
  748.     DECstation).  They work by diverting stdout and stderr from 
  749.     `cvs update' and later sorting them together.
  750.     * pcl-cvs.el (cvs-parse-stderr): Don't fail to parse conflict
  751.     data.
  752.         * pcl-cvs.el (cvs-remove-stdout-shadows, cvs-shadow-entry-p): New
  753.     functions.
  754.     * pcl-cvs.el (cvs-parse-buffer): Use it.
  755.     * pcl-cvs.el (cvs-remove-empty-directories): New function.
  756.     * pcl-cvs.el (cvs-remove-handled, cvs-parse-buffer): Use it.
  757.     * pcl-cvs.el (cvs-get-current-dir): New argument ROOT-DIR. All
  758.     calls to cvs-get-current-dir updated.
  759.     * pcl-cvs.el (cvs-do-update): Allocate a tmp file. Use cvs-shell
  760.     (typically /bin/sh) to redirect stderr from CVS to the tmp file.
  761.     * pcl-cvs.el (cvs-sentinel): Handle the tmp file. Remove it when
  762.     it is parsed.
  763.     * pcl-cvs.el (cvs-parse-buffer): New argument STDERR-BUFFER. All
  764.     calls to cvs-parse-buffer updated. Rewritten to handle the
  765.     separation of stderr and stdout.
  766.     * pcl-cvs.el (cvs-shell, cvs-stderr-file): New variables.
  767.     * pcl-cvs.el (cvs-compare-fileinfos, cvs-parse-stderr,
  768.     cvs-parse-stdout): New functions.
  769.  
  770.     * pcl-cvs.el (cvs-parse-buffer): Some modifications for output
  771.     from RCS 5.6.
  772.  
  773. Tue Apr  7 09:11:27 1992  Per Cederqvist  (ceder@leopold)
  774.  
  775.     * Release 1.02.
  776.  
  777.     * pcl-cvs.el (cvs-diff-backup, cvs-edit-done, cvs-status): Call
  778.     save-some-buffers.
  779.  
  780.     * pcl-cvs.el (cvs-diff-backup-extractor): Fixed syntax error.
  781.  
  782.     * Makefile, README, compile-all.el, dist-makefile, pcl-cvs.el,
  783.     pcl-cvs.texinfo (XXRELEASEXX): A magic string that is substituted
  784.     for the current release number when a distribution is made.
  785.     (Release 1.01 says that it is release 1.00).
  786.  
  787.     * pcl-cvs.el (cvs-find-file): Added missing pair of parenthesis.
  788.  
  789. Mon Mar 30 14:25:26 1992  Per Cederqvist  (ceder@leopold)
  790.  
  791.     * Release 1.01.
  792.  
  793.     * pcl-cvs.el (cvs-parse-buffer): The message when waiting for a
  794.     lock has been changed.
  795.  
  796. Sun Mar 29 05:29:57 1992  Per Cederqvist  (ceder@leopold)
  797.  
  798.     * Release 1.00.
  799.  
  800.     * pcl-cvs.el (cvs-do-update, cvs-sentinel, cvs-parse-buffer):
  801.     Major rewrite of buffer and window selection and handling.  
  802.     The *cvs* buffer is now killed whenever a new "cvs update" is
  803.     initiated.  The -update buffer is replaced with the *cvs* 
  804.     buffer when the update is completed.
  805.  
  806. Sat Mar 28 21:03:05 1992  Per Cederqvist  (ceder@robin)
  807.  
  808.     * pcl-cvs.el (cvs-delete-unused-temporary-buffers): Fixed it.
  809.  
  810.     * pcl-cvs.el (cvs-auto-remove-handled): New variable.
  811.     * pcl-cvs.el (cvs-edit-done): Use it.
  812.     * pcl-cvs.texinfo (Customization, Removing handled entries):
  813.     Document it.
  814.  
  815.     * pcl-cvs.el (cvs-mode): Turn of the undo feature.  It really
  816.     isn't useful in a cookie buffer...
  817.  
  818.     * pcl-cvs.el (cvs-edit-done): Committing a file now looks more
  819.     like diffing a file.  The window handling is better.
  820.     * pcl-cvs.el (cvs-use-temp-buffer): The &optional switch is no
  821.     longer needed.
  822.  
  823. Mon Mar 23 00:20:33 1992  Per Cederqvist  (ceder@robin)
  824.  
  825.     * Release 0.97.
  826.  
  827.     * pcl-cvs.el (default-directory): Make sure it always ends in a
  828.     slash. fileinfo->dir does NOT end in a slash, and I had forgotten
  829.     to call    file-name-as-directory in various places.
  830.  
  831.     * pcl-cvs.el (cvs-diff-backup-extractor): Signal an error if a
  832.     fileinfo without backup file is given.
  833.  
  834.     * pcl-cvs.el (cvs-mode): Added documentation.
  835.  
  836.     * pcl-cvs.el (cvs-execute-list): Fix the order of files in the
  837.     same directory.
  838.  
  839.     * pcl-cvs.el (cvs-log-flags, cvs-status-flags): New variables.
  840.     * pcl-cvs.el (cvs-log, cvs-status): Use them.
  841.     * pcl-cvs.texinfo (Customization): Document them.
  842.  
  843.     * pcl-cvs.el (cvs-diff-backup): Filter non-backup-diffable files
  844.     at an earlier stage, like cvs-commit does.
  845.  
  846.     * pcl-cvs.el (cvs-diff-flags): New variable.
  847.     * pcl-cvs.el (cvs-diff-backup): Use it.
  848.     * pcl-cvs.texinfo (Customization): Document it.
  849.  
  850.     * pcl-cvs.el (cvs-execute-single-file-list): Remove &rest before
  851.     last argument.  No callers needed updating.
  852.  
  853.     * pcl-cvs.el (cvs-execute-list): Remove the &rest before the last
  854.     argument (constant-args).  Update all callers of cvs-execute-list
  855.     to use the new calling convention.
  856.     * pcl-cvs.el (cvs-cvs-diff-flags): Now a list of strings instead
  857.     of a string.
  858.     * pcl-cvs.texinfo (Customization): Document the change to
  859.     cvs-cvs-diff-flags.
  860.  
  861.     * Release 0.96.
  862.  
  863.     * pcl-cvs.el (cvs-cvs-diff-flags): New variable.
  864.     * pcl-cvs.el (cvs-diff-cvs): Use it.
  865.     * pcl-cvs.texinfo (Customization, Viewing differences): Document it.
  866.  
  867.     * pcl-cvs.el (cvs-use-temp-buffe): Don't switch to the temporary
  868.     buffer.  Use display-buffer and set-buffer instead.  This way
  869.     cvs-log, cvs-status, cvs-diff-cvs and friends don't select the
  870.     temporary buffer. The cursor will remain in the *cvs* buffer.
  871.  
  872. Sun Mar 22 21:50:18 1992  Per Cederqvist  (ceder@robin)
  873.  
  874.     * pcl-cvs.el (cvs-find-file, cvs-find-file-other-window): Don't
  875.     prompt when reading in a directory in dired.
  876.  
  877.     * Makefile (pcl-cvs-$(VER)): Include pcl-cvs-startup.el in the
  878.     distribution.
  879.  
  880.     * dist-makefile (pcl-cvs.dvi): Don't fail even if texindex does
  881.     not exist.
  882.  
  883.     * pcl-cvs.texinfo (@setchapternewpage): Changed from 'off' to 'on'.
  884.     * pcl-cvs.texinfo (Variable index): Joined into function index.
  885.     * pcl-cvs.texinfo (Key index): add a description about the key.
  886.     * pcl-cvs.texinfo: Many other small changes.
  887.  
  888. Wed Mar 18 01:58:38 1992  Per Cederqvist  (ceder@leopold)
  889.  
  890.     * Use GNU General Public License version 2.
  891.  
  892.